[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        Set current time (INT 21h, 2Dh)

        Entry:
          AH = 2Dh
          CH = hours
          CL = minutes
          DH = seconds
          DL = hundredths of seconds
        Return:
          AL = 00h if no error
             = FFh if bad value sent to routine
               (DOS 3.3 also sets CMOS clock)

        Note: DOS 3.3+ also sets CMOS clock

See Also: INT 21h, 2Ah INT 21h, 2Bh INT 21h, 2Ch
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson